home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMWELCOME / TFRMWELCOME.txt < prev   
Text File  |  2008-08-19  |  4KB  |  153 lines

  1. object FrmWelcome: TFrmWelcome
  2.   Left = 372
  3.   Top = 285
  4.   BorderStyle = bsDialog
  5.   Caption = 'Welcome'
  6.   ClientHeight = 278
  7.   ClientWidth = 410
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 0
  21.     Top = 0
  22.     Width = 410
  23.     Height = 51
  24.     Align = alTop
  25.     Pen.Color = clWhite
  26.   end
  27.   object Label1: TLabel
  28.     Left = 34
  29.     Top = 11
  30.     Width = 296
  31.     Height = 26
  32.     Caption = 
  33.       'Welcome to Twistpad, we hope you enjoy using it as much as we di' +
  34.       'd developing it.'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Tahoma'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     Transparent = True
  42.     WordWrap = True
  43.   end
  44.   object Image3: TImage
  45.     Left = 367
  46.     Top = 9
  47.     Width = 32
  48.     Height = 32
  49.     AutoSize = True
  50.     Picture.Data = {<image000.ico>}
  51.   end
  52.   object JvLinkLabel1: TJvLinkLabel
  53.     Left = 8
  54.     Top = 195
  55.     Width = 393
  56.     Height = 39
  57.     OnLinkClick = JvLinkLabel1LinkClick
  58.     Caption = 
  59.       'Don'#39't forget to visit the <link>Carthago Software web site</link' +
  60.       '> for news and updates on twistpad, Alternativily you can use th' +
  61.       'e Check For New Version Command on the Help menu to query for ne' +
  62.       'w releases.'
  63.     Text.Strings = (
  64.       
  65.         'Don'#39't forget to visit the <link>Carthago Software web site</link' +
  66.         '> for news and updates on twistpad, Alternativily you can use th' +
  67.         'e Check For New Version Command on the Help menu to query for ne' +
  68.         'w releases.')
  69.     Transparent = True
  70.     LinkColor = clBlue
  71.     LinkColorClicked = clRed
  72.     LinkColorHot = clPurple
  73.     LinkStyle = [fsUnderline]
  74.     HotLinks = False
  75.     AutoHeight = True
  76.     MarginWidth = 0
  77.     MarginHeight = 0
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -11
  81.     Font.Name = 'Tahoma'
  82.     Font.Style = []
  83.     ParentFont = False
  84.   end
  85.   object Image2: TImage
  86.     Left = 9
  87.     Top = 12
  88.     Width = 16
  89.     Height = 16
  90.     AutoSize = True
  91.     Picture.Data = {<image001.bmp>}
  92.     Transparent = True
  93.   end
  94.   object Button3: TButton
  95.     Left = 296
  96.     Top = 245
  97.     Width = 99
  98.     Height = 23
  99.     Caption = '&OK'
  100.     Default = True
  101.     ModalResult = 1
  102.     TabOrder = 1
  103.   end
  104.   object GroupBox1: TGroupBox
  105.     Left = 8
  106.     Top = 64
  107.     Width = 393
  108.     Height = 121
  109.     TabOrder = 0
  110.     object Label2: TLabel
  111.       Left = 8
  112.       Top = 14
  113.       Width = 326
  114.       Height = 26
  115.       Caption = 
  116.         'Before starting using Twistpad for the first time, take a little' +
  117.         ' time to personalize your copy of Twistpad:'
  118.       WordWrap = True
  119.     end
  120.     object LabeledEdit2: TLabeledEdit
  121.       Left = 128
  122.       Top = 86
  123.       Width = 161
  124.       Height = 21
  125.       EditLabel.Width = 52
  126.       EditLabel.Height = 13
  127.       EditLabel.Caption = 'Company: '
  128.       LabelPosition = lpLeft
  129.       TabOrder = 1
  130.     end
  131.     object LabeledEdit1: TLabeledEdit
  132.       Left = 128
  133.       Top = 54
  134.       Width = 161
  135.       Height = 21
  136.       EditLabel.Width = 58
  137.       EditLabel.Height = 13
  138.       EditLabel.Caption = 'User name: '
  139.       LabelPosition = lpLeft
  140.       TabOrder = 0
  141.     end
  142.   end
  143.   object Button1: TButton
  144.     Left = 188
  145.     Top = 245
  146.     Width = 99
  147.     Height = 23
  148.     Caption = '&More Help...'
  149.     TabOrder = 2
  150.     OnClick = Button1Click
  151.   end
  152. end
  153.